home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / OGRID110 / GLBUILD.PAS < prev    next >
Pascal/Delphi Source File  |  1995-06-01  |  702b  |  35 lines

  1. {********************************************************************
  2.  
  3.   OOGrid Library(TM) for Borland/Turbo Pascal (Real Mode/TV)
  4.   Copyright (C) 1994, 1995 by Arturo J. Monge
  5.   Portions Copyright (C) 1989,1990 Borland International, Inc.
  6.  
  7.   Description:
  8.     Program used to build all units in the library.
  9.  
  10.   Copyright (C) 1994, 1995 by Arturo J. Monge
  11.  
  12.   Last Modification : February 3rd, 1995
  13.  
  14. *********************************************************************}
  15.  
  16.  
  17. program Build_OOGrid_Library(TM);
  18.  
  19. uses
  20.   GlCell,
  21.   GLEquate,
  22.   GLLStr,
  23.   GLParser,
  24.   GLSort,
  25.   GLSupprt,
  26.   GLTSheet,
  27.   GLTVR_US,
  28.   GLTVR_SP,
  29.   GLViews,
  30.   GLWindow,
  31.   TCHash,
  32.   TCUtil;
  33.  
  34. begin
  35. end.